home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / display / function / testcase / test12.cmd < prev    next >
Encoding:
Text File  |  1994-08-04  |  579 b   |  24 lines

  1. /**/
  2. 'cls'
  3. Say    " "
  4. Say     "******************************************************************"
  5. Say    "           Name: Test Case 12"
  6. Say    " "
  7. Say    "           Program: Paldisp"
  8. Say    " "
  9. Say    "           Purpose: To view a palette on the desktop"
  10. Say    " "
  11. Say    " "
  12. Say    "           Please refer to test12.doc for more"
  13. Say    "           information on what this test case does."
  14. Say    "******************************************************************"
  15.  
  16. '@echo off'                     
  17. Pause
  18. 'cd ..'
  19. 'cd paldisp'
  20. 'call paldisp.exe'
  21. 'cd ..'
  22. 'cd testcase'
  23. '@echo on'
  24. exit